So I have this graph:

And I want to figure out how many different (they are identical when they differ by an element of the symmetry group of the graph) iterations can be made when each node in the graph is colored one of two colors. Now, I tried using Polya counting but I don't get a full number, so i must be doing something wrong. Would appreciate if someone could do the Polya counting for the Hexagon portion, as I think that's where I am making the mistake.
First, consider the set of permutations you are allowing yourself: if you are only considering the hexagonal portions of the graph to be isomorphic if they are flipped over the horizontal axis, then there is only the identity permutation $(1\ 2\ 3\ 4\ 5\ 6) \rightarrow (1\ 2\ 3\ 4\ 5\ 6) = I$, and the flip permutation $(1\ 2\ 3\ 4\ 5\ 6) \rightarrow (1\ 6\ 5\ 4\ 3\ 2) = (26)(35)$. Therefore, the cyclic index for this portion of the graph is $Z(G_H)=\frac{1}{2}(a_1^6+a_1^2a_2^2)$. For this alone, when we allow $a_1=x+y$ and $a_2=x^2+y^2$, and then further allow $x=y=1$, we see that there are $40$ unique ways to 2-color this graph.
Now, for the triangular portion of the graph, we can use a very similar method to see that $Z(G_T)=\frac{1}{2}(a_1^3+a_1a_2)$, and by making the same substitutions, we see that there are $6$ ways you can 2-color this portion of the graph. However, note that it is not possible for every coloring of the hexagonal portion to appear with every coloring of the triangular portion. For example, you cannot simultaneously have every vertex of the hexagon blue while every vertex of the triangle is red. For this reason, for any coloring of the hexagonal portion, there are only $3$ unique ways to color in the remaining two vertices of the triangle.
Finally, taking into consideration the singleton vertex, we see that there are $40\times 3\times 2=240$ unique ways to 2-color this graph under the given restrictions.